404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.117.121.71: ~ $
{
  "_from": "stringify-package@1.0.1",
  "_id": "stringify-package@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==",
  "_location": "/npm/stringify-package",
  "_phantomChildren": {},
  "_requested": {
    "escapedName": "stringify-package",
    "fetchSpec": "1.0.1",
    "name": "stringify-package",
    "raw": "stringify-package@1.0.1",
    "rawSpec": "1.0.1",
    "registry": true,
    "saveSpec": null,
    "type": "version"
  },
  "_requiredBy": [
    "#USER",
    "/npm",
    "/npm/libnpm"
  ],
  "_resolved": "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz",
  "_shasum": "e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85",
  "_shrinkwrap": null,
  "_spec": "stringify-package@1.0.1",
  "_where": "/Users/isaacs/dev/npm/cli",
  "author": {
    "email": "kzm@zkat.tech",
    "name": "Kat Marchán"
  },
  "bugs": {
    "url": "https://github.com/npm/stringify-package/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "stringifies npm-written json files",
  "devDependencies": {
    "standard": "11",
    "standard-version": "4",
    "tap": "12"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/stringify-package",
  "keywords": [
    "json",
    "npm",
    "package.json",
    "stringify"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "stringify-package",
  "optionalDependencies": {},
  "readme": "# stringify-package [![npm version](https://img.shields.io/npm/v/stringify-package.svg)](https://npm.im/stringify-package) [![license](https://img.shields.io/npm/l/stringify-package.svg)](https://npm.im/stringify-package) [![Travis](https://img.shields.io/travis/npm/stringify-package/latest.svg)](https://travis-ci.org/npm/stringify-package) [![AppVeyor](https://img.shields.io/appveyor/ci/npm/stringify-package/latest.svg)](https://ci.appveyor.com/project/npm/stringify-package) [![Coverage Status](https://coveralls.io/repos/github/npm/stringify-package/badge.svg?branch=latest)](https://coveralls.io/github/npm/stringify-package?branch=latest)\n\n[`stringify-package`](https://github.com/npm/stringify-package) is a standalone\nlibrary for writing out package data as a JSON file. It is extracted from npm.\n\n## Install\n\n`$ npm install stringify-package`\n\n## Table of Contents\n\n* [Example](#example)\n* [Features](#features)\n* [Contributing](#contributing)\n* [API](#api)\n  * [`stringifyPackage`](#stringifypackage)\n\n### Example\n\n```javascript\nconst fs = require('fs')\nconst pkg = { /* ... */ }\n\nfs.writeFile('package.json', stringifyPackage(pkg), 'utf8', cb(err) => {\n    // ...\n})\n```\n\n### Features\n\n* Ensures consistent file indentation  \n  To match existing file indentation,\n  [`detect-indent`](https://npm.im/detect-indent) is recommended.\n\n* Ensures consistent newlines  \n  To match existing newline characters,\n  [`detect-newline`](https://npm.im/detect-newline) is recommended.\n\n### Contributing\n\nThe npm team enthusiastically welcomes contributions and project participation!\nThere's a bunch of things you can do if you want to contribute! The [Contributor\nGuide](CONTRIBUTING.md) has all the information you need for everything from\nreporting bugs to contributing entire new features. Please don't hesitate to\njump in if you'd like to, or even ask us questions if something isn't clear.\n\n### API\n\n### <a name=\"stringifypackage\"></a> `> stringifyPackage(data, indent, newline) -> String`\n\n#### Arguments\n\n* `data` - the package data as an object to be stringified\n* `indent` - the number of spaces to use for each level of indentation (defaults to 2)\n* `newline` - the character(s) to be used as a line terminator\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/stringify-package.git"
  },
  "scripts": {
    "postpublish": "git push --follow-tags",
    "postrelease": "npm publish",
    "prerelease": "npm t",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap -J --coverage --100 test/*.js"
  },
  "version": "1.0.1"
}

Filemanager

Name Type Size Permission Actions
CHANGELOG.md File 516 B 0644
LICENSE File 717 B 0644
README.md File 2.17 KB 0644
index.js File 367 B 0644
package.json File 4.1 KB 0644