diff options
| author | 2021-02-03 19:17:00 -0500 | |
|---|---|---|
| committer | 2021-02-03 19:17:00 -0500 | |
| commit | 3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (patch) | |
| tree | a7cf56282e54f05785243bc1e903d6594f2c06ba /npm_assets/node_modules/justified-layout/package.json | |
| parent | 787b97a4cb24330b36f11297c6d3a7a473a907d0 (diff) | |
New upstream version 8.1.2.upstream/8.1.2
Diffstat (limited to 'npm_assets/node_modules/justified-layout/package.json')
| -rw-r--r-- | npm_assets/node_modules/justified-layout/package.json | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/npm_assets/node_modules/justified-layout/package.json b/npm_assets/node_modules/justified-layout/package.json new file mode 100644 index 0000000..e761ddd --- /dev/null +++ b/npm_assets/node_modules/justified-layout/package.json @@ -0,0 +1,74 @@ +{ + "_from": "justified-layout@^3.0.0", + "_id": "justified-layout@3.0.0", + "_inBundle": false, + "_integrity": "sha512-xki5bVJ84HokIV47mfHdmWB56zFrQKbtrU5KHA5GoatOnRwQWGOvNtBlbW8dU0yIa3pNmCPuacuuMRPvM9p5mg==", + "_location": "/justified-layout", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "justified-layout@^3.0.0", + "name": "justified-layout", + "escapedName": "justified-layout", + "rawSpec": "^3.0.0", + "saveSpec": null, + "fetchSpec": "^3.0.0" + }, + "_requiredBy": [ + "/" + ], + "_resolved": "https://registry.npmjs.org/justified-layout/-/justified-layout-3.0.0.tgz", + "_shasum": "f8643ac51d97cf43dd40ddf38601161968ff8165", + "_spec": "justified-layout@^3.0.0", + "_where": "/Users/kwpolska/git/nikola/npm_assets", + "bugs": { + "url": "https://github.com/flickr/justified-layout/issues" + }, + "bundleDependencies": false, + "dependencies": { + "merge": "1.2.1" + }, + "deprecated": false, + "description": "Pass in box sizes and get back sizes and coordinates for a justified layout", + "devDependencies": { + "browserify": "^16.2.3", + "coveralls": "^2.11.9", + "eslint": "^4.18.2", + "eslint-config-flickr": "^2.0.1", + "expect": "1.14.0", + "istanbul": "^0.4.2", + "mocha": "^6.1.4", + "uglify-js": "2.6.2" + }, + "files": [ + "demo.html", + "dist", + "lib" + ], + "homepage": "https://github.com/flickr/justified-layout#readme", + "keywords": [ + "justify", + "grid", + "photos", + "layout", + "boxes" + ], + "license": "ISC", + "main": "./lib/index.js", + "name": "justified-layout", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/flickr/justified-layout.git" + }, + "scripts": { + "build": "npm run build-dist && npm run build-min", + "build-dist": "mkdir -p dist && browserify -r $npm_package_main:justified-layout > dist/justified-layout.js", + "build-min": "uglifyjs dist/justified-layout.js --comments -o dist/justified-layout.min.js", + "coverage": "cat ./coverage/lcov.info | coveralls", + "lint": "eslint .", + "prepublish": "npm run build", + "test": "istanbul test _mocha" + }, + "version": "3.0.0" +} |
