12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_args": [
- [
- "normalize-package-data@2.4.0",
- "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
- ]
- ],
- "_development": true,
- "_from": "normalize-package-data@2.4.0",
- "_id": "normalize-package-data@2.4.0",
- "_inBundle": false,
- "_integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
- "_location": "/normalize-package-data",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "normalize-package-data@2.4.0",
- "name": "normalize-package-data",
- "escapedName": "normalize-package-data",
- "rawSpec": "2.4.0",
- "saveSpec": null,
- "fetchSpec": "2.4.0"
- },
- "_requiredBy": [
- "/meow",
- "/read-pkg"
- ],
- "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
- "_spec": "2.4.0",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
- "author": {
- "name": "Meryn Stol",
- "email": "merynstol@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/npm/normalize-package-data/issues"
- },
- "contributors": [
- {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me"
- },
- {
- "name": "Meryn Stol",
- "email": "merynstol@gmail.com"
- },
- {
- "name": "Robert Kowalski",
- "email": "rok@kowalski.gd"
- }
- ],
- "dependencies": {
- "hosted-git-info": "^2.1.4",
- "is-builtin-module": "^1.0.0",
- "semver": "2 || 3 || 4 || 5",
- "validate-npm-package-license": "^3.0.1"
- },
- "description": "Normalizes data that can be found in package.json files.",
- "devDependencies": {
- "async": "^1.5.0",
- "tap": "^2.2.0",
- "underscore": "^1.8.3"
- },
- "files": [
- "lib/*.js",
- "lib/*.json",
- "AUTHORS"
- ],
- "homepage": "https://github.com/npm/normalize-package-data#readme",
- "license": "BSD-2-Clause",
- "main": "lib/normalize.js",
- "name": "normalize-package-data",
- "repository": {
- "type": "git",
- "url": "git://github.com/npm/normalize-package-data.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "2.4.0"
- }
|